From 8b790c177e1dd58ad6f72ea738469ae522b69184 Mon Sep 17 00:00:00 2001 From: Hans van Kranenburg Date: Wed, 31 Aug 2022 13:08:19 +0200 Subject: [PATCH] debian/control: Add libzstd-dev as Build-Depends While the code for loading zstd compressed domU kernel images was already present in the Xen toolstack, we of course also need the build dependency to actually activate it! --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index 868a6e839d..efd72c39e7 100644 --- a/debian/control +++ b/debian/control @@ -30,6 +30,7 @@ Build-Depends: pkg-config, uuid-dev, zlib1g-dev, + libzstd-dev, pandoc, markdown, ocaml-native-compilers | ocaml-nox, -- 2.30.2